ID:273376
 
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"?
world.realtime is just a numerical value. time2text() does the conversion, and obviously you can convert it to DD-MM-YY format by just giving it the string "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.