drops.getDropDate
Description
Get the date for a drop.

Parameters
dropID number

Return value
dropDate string (in format "yyyy-mm-dd")

Example
local dropDate = drops.getDropDate(1234)
print(dropDate)

Comments
If the drop does not exist "1980-01-01" is returned.

See also

Back
Generated on the 26 June 2024 at 22:01:28 (UK Time)