'+---------------+---------------------------------------------------+
'| ###### ###### | .--. . .-. |
'| ## ## ## # | | )| ( ) o |
'| ## ## ## | |--' |--. .-. `-. . .-...--.--. .-. |
'| ###### ## | | \ | |( )( ) | ( || | |( ) |
'| ## ## | ' `' `-`-' `-'-' `-`-`|' ' `-`-'`- |
'| ## ## # | ._.' |
'| ## ###### | Sources & Documents placed in the Public Domain. |
'+---------------+---------------------------------------------------+
'| |
'| === qbtime.bm === |
'| |
'| == The SUBs/FUNCTIONs to mimic C/C++ like time formatting in QB64.|
'| |
'+-------------------------------------------------------------------+
'| Done by RhoSigma, R.Heyder, provided AS IS, use at your own risk. |
'| Find me in the QB64 Forum or mail to support@rhosigma-cw.net for |
'| any questions or suggestions. Thanx for your interest in my work. |
'+-------------------------------------------------------------------+
If you wanna use this library in your project, then you must also include the following other libraries into your project:
QB-StdLibs\qbstdarg (.bi/.bm)
These are some functions used to easily format date/time values. For informations on the possible time formatting tokens see the strftime() function.
It is also possible to use the typical escape sequences known to C/C++ in the given format string (except the Unicode escape sequences).