FS19 Real Clock Mod v 1.0
Shows the current real time in the upper right corner. This script creates a configuration xml at first startup in your modfolder.
Possible Formats:
– Abbreviated weekday name (e.g., Wed)
– Full weekday name (e.g., Wednesday)
– Aabbreviated month name (e.g., Sep)
– Full month name (e.g., September)
– Date and time (e.g., 09/16/98 23:48:10)
– Day of the month (16) [01-31] – Hour, using a 24-hour clock (23) [00-23] – Hour, using a 12-hour clock (11) [01-12] – Minute (48) [00-59] – Month (09) [01-12] – Either “am” or “pm” (pm)
– Second (10) [00-61] – Weekday (3) [0-6 = Sunday-Saturday] – Date (e.g., 09/16/98)
– Time (e.g., 23:48:10)
– Full year (1998)
– Two digit year (98) [00-99] – The character `%´