if(src.Expiration >= time2text(world.realtime, "YY-MM-DD"))
Yes, this works correctly. But there's someway to Change the world.realtime format to "DD-MM-YY"?
ID:273376
![]() Mar 8 2010, 7:02 am
|
|
Well.
if(src.Expiration >= time2text(world.realtime, "YY-MM-DD")) Yes, this works correctly. But there's someway to Change the world.realtime format to "DD-MM-YY"? |
I'm not sure why you'd want to since we already went over why YY-MM-DD makes direct comparisons possible.