Fetch current date-time from the system
tion that: Convert a string to a number function str2num(str) { return +str; } function that: Convert a number to a string function num2str(num) { return num.toString(); } function that: Convert a number to a string with a fixed number of decimals function