Moriarty Posted September 22, 2015 Posted September 22, 2015 We lack functions like UNIX to Date conversion and vice versa.I know these are available thru SQL, but we're not always working with database. Quote
Zell Posted October 20, 2015 Posted October 20, 2015 (edited) +1 for thisAnd it will be a nice a extra statement to "set" commandset <varname>,<value>,{<time>}Sample: if(time==1){ mes "Your 10 seconds are UP!"; close; } mes "I will give you 10 seconds."; close2; set time,1,10; end; This is more fast and easy than addtimer or sleeps, dont? Edited October 20, 2015 by Zell Quote
Emistry Posted October 21, 2015 Posted October 21, 2015 I believe he want a script command like this. Work exactly like the FROM_UNIXTIME Quote
Cydh Posted October 21, 2015 Posted October 21, 2015 Then I was thinking. Just make global function for MySQl time functions. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.