In C# you can do DateTime.MinValue, but is there any method for this in JavaScript or HTML?
I am aware of Date(-number)
in JavaScript, but the constants for number
that I can find are all too big, and there doesn't seem to be a max/min value
In C# you can do DateTime.MinValue, but is there any method for this in JavaScript or HTML?
I am aware of Date(-number)
in JavaScript, but the constants for number
that I can find are all too big, and there doesn't seem to be a max/min value
I believe, this should be Thu, 01 Jan 1970 00:00:00 GMT.
Hope this helps!
Thanks Shyam