Thread: Compare date
View Single Post
07-11-21, 03:24 PM   #1
lol_i_need_ur_help
A Murloc Raider
Join Date: Jul 2020
Posts: 7
Compare date

Hi i need to compare dates something like that:

Code:
local currentdate = date()

   *01/09/21*           *01/07/21*
if currentdate => *timespan or whatever* then

print('you should check site for updates')

end
But i totaly not understand how to do that, can i get some help?
  Reply With Quote