albinou submitted a new resource:
Datetime - This scipt transforms a text source into a digital clock (format can be selected).
Read more about this resource...
Datetime - This scipt transforms a text source into a digital clock (format can be selected).
This scipt transforms a text source into a digital clock. The datetime format is configurable and uses the same syntax than the Lua os.date() call, i.e.:
Code:%a abbreviated weekday name (e.g., Wed) %A full weekday name (e.g., Wednesday) %b abbreviated month name (e.g., Sep) %B full month name (e.g., September) %c date and time (e.g., 09/16/98 23:48:10) %d day of the month (16) [01-31] %H hour, using a 24-hour clock (23) [00-23] %I hour, using a 12-hour clock (11)...
Read more about this resource...