Hi.
I implemented the Date Format by Steven Levithan to Construct 2 Plugin.
With this plugin You can get formatted string from data timestamp Ex.
if you type in format "m/dd/yy" (without quotes) you get month(1-12)/day(01-31)/year(01-99) (other format types is on Date Format website: http://blog.stevenlevithan.com/archives/date-time-format)
Demo: demo
Simple Capx: capx
Plugin: plugin
I typed m/dd/yy on one of the fields, then i clicked format button and it didn't happen,
In first field you must type Timestamp (like this 1368207649)
And in second you must type Format like m/dd/yy
This is perfect for my App!
Thanx!!
doh... I wish I had found this before I made one of my own for rex_date...
Develop games in your browser. Powerful, performant & highly capable.
"dayNames", and "monthNames" could be exported on properties table to overwrite them, or overwrite them in actions.
Hi. I implemented the Date Format by Steven Levithan to Construct 2 Plugin. With this plugin You can get formatted string from data timestamp Ex. if you type in format "m/dd/yy" (without quotes) you get month(1-12)/day(01-31)/year(01-99) (other format types is on Date Format website: http://blog.stevenlevithan.com/archives/date-time-format) Demo: demo Simple Capx: capx Plugin: plugin
The plugin is not anymore available. Is it available somewhere else? Thank you