Is there any way to have the localtime (or gm time) printed out in an integer format YYMMDDHHSS or something similar (e.g. 200202211500) for 3 pm today, instead of the text date output from code like this:
What I'm trying to do is creat an integer number from date stamp localtime or gmtime, etc.