Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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
Develop games in your browser. Powerful, performant & highly capable.
This is perfect for my App!
Thanx!!
doh... I wish I had found this before I made one of my own for rex_date...
"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