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 guys..
I want to show information about date of today, but month information just 3 character.
for example MAY 12, 2014
how to do that?
Develop games in your browser. Powerful, performant & highly capable.
The way I'd do it is use the Execute Javasctipt action of the Browser object.
https://www.scirra.com/manual/110/browser
And here you can find the javasctipt Date object.
http://www.w3schools.com/js/js_obj_date.asp
I don't understand please direct me to clear tutorial or example.
Actually, if you don't know javascript, it would be easier for you just to use this custom plugin:
?