Basically im making a level browser. It has a sorting system, NEWEST and OLDEST. I have the os.date(“%c”) information of when the level was made. And I wanna turn that into a number so I can do: level.LayoutOrder=number. As simple as that.
By the way this is an example of what we get from os.date(“%c”): “Thu Jun 27 15:33:18 2024”