How do i convert this?

i couldnt even understand this patterns

2022-03-05T19:00:10Z

but i know the date cuz ofc i request it but not like this

how will i format this to like this: Mar 6, 2022 ye it is the date

1 Like

Check this out, should help >

OS

This ?

print(os.time({
   year=2022, month=3, day=5, -- Date components
   hour=19, min=0, sec=0 -- Time components
})) 
2 Likes

nope like this

but thx i got the point

1 Like

Np, check Developer Roblox site, it might be here if you’ll try to find it

1 Like