Quote:
Originally Posted by HamletEagle
Sorry, I assumed that you only want "00  x" hour. If I remember well %H give you only the hour without minutes so it will be a string like ab. 64 cells are too much for such little string.
|
Yes... and for the array size your'e right, its enought only "6", size 63 can be useful only if we do this below
PHP Code:
get_time("!g%m/%d/%Y - %H:%M:%S", Hour, 63)
__________________