
Re: Automated BigBang for TWX Proxy!
To Simplify the above code, I have added two additional commands:
dateTimeAdd - Increments the Unix/Julian Datetimes by specified amount.
getDateOnly - Retrieves the current Unix/Julian Date Only.
You can also get parts of a Unix/Julian Datetime:
Code:
getDateTime $var
echo "Today is " $var.NameOfWeekDay
echo " which is the " $var.DayOfWeek "th Day of the week.*"
See the Wiki for details:
https://github.com/TW2002/twxp/wiki/What%27s-New%21