UnixTimestamp auto-padding with 0

Hi.

When using a common UnixTimestamp converter (e.g. Unix Time Stamp - Epoch Converter), you often have to input all 10 digits to get a conversion. (The same goes for programmatic conversions.)

When you want to know “roughly when" before inputting all of 10 digits, it would be good if you padded the back part with 0.

I made it with the idea, but it turned out to be unexpectedly convenient, so I'm releasing it to the public. It is also portable that it works only on the client side.

Unix Timestamp Converter

Source