Is it possible to display the date and the time in Ionic like if it's a real time clock (RTC)?
The only thing I found in the Ionic documents was a selector.
Does anyone have any suggestions?
Is it possible to display the date and the time in Ionic like if it's a real time clock (RTC)?
The only thing I found in the Ionic documents was a selector.
Does anyone have any suggestions?
let time = new Date().toLocaleTimeString();
You mean this ?