[ create a new paste ] login | about

Link: http://codepad.org/60M3nItJ    [ raw code | output | fork ]

nepta - Lua, pasted on Nov 5:
1
2
3
d = os.time {day= 19, month= 9, year= 1999}
x = os.date("%F",d)
print(x)


Output:
1
1999-09-19


Create a new paste based on this one


Comments: