Xin Calendar 2 Mods: Long Date Format

 

With the Long Date Format mod, we can use full names of weekdays and months in date format. To use full weekday names, we use "Week" or "WEEK" as the place holder in the date format, and to use full month names, we use "Month" or "MONTH" as the place holder, for example:

xcDateFormat="Month dd (Week) yyyy";

To turn it on:

xcMods=[...
        {"order": 1,  "mod": "Long Date Format",  "script": "mod_long.js"},
        ...

or:

<script language="javascript" src="../config/xc2_default.js"></script>
<script language="javascript">
  xcMods[6].order=1;
  xcDateFormat="Month dd (Week) yyyy";
</script>

[Tiles] [Back to index page]

# # #