angular-datetime
angular-datetime copied to clipboard
Timestamp
Nice lib! Thank you.
The input is not loading the date when it is a timestamp (long). Is there any way to work with timestamps?
Thank you.
The simplest way is to convert the timestamp into a Date object in the app.
Otherwise, You can create a directive which handles it automatically: https://codepen.io/eight04/pen/OJPzEoY?editors=1010