drops.getDropDate
Get the date for a drop.
dropID number
dropDate string (in format "yyyy-mm-dd")
local dropDate = drops.getDropDate(1234)
print(dropDate)
If the drop does not exist "1980-01-01" is returned.
Generated on the 26 June 2024 at 22:01:28 (UK Time)