Flipi Posted September 15, 2013 Share Posted September 15, 2013 Hi, how to make a script to display the date? (i am noob D:) Link to comment
Castillo Posted September 15, 2013 Share Posted September 15, 2013 local realTime = getRealTime ( ) local cDate = string.format ( "%04d/%02d/%02d", realTime.year + 1900, realTime.month + 1, realTime.monthday ) Link to comment
Flipi Posted September 15, 2013 Author Share Posted September 15, 2013 local realTime = getRealTime ( ) local cDate = string.format ( "%04d/%02d/%02d", realTime.year + 1900, realTime.month + 1, realTime.monthday ) thanks Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now