I need to get the current date and time in my emscripten code. I know there is emscripten_date_now(). But how would I get the day, the month, the year, and the time (hrs, minutes, and seconds) from that? (Or should I use the C/C++ time functions?).
Some operations that I need to perform is to be able to add a week. To change the month and year.
I am really stuck on this, so help will be greatly appreciated!