sasha85
11-09-2007, 06:31 AM
this is the normal format of the localtime()
yyy-ddd-mm hh:nn:ss
*n=minutes
that is the format i need
dd/mm/yyyy hh:nn:ss
i need to format into the following format and use it inside of query
select ... from... where time < newformat( localtime() )
how can i achieve the format i need?
:confused:
yyy-ddd-mm hh:nn:ss
*n=minutes
that is the format i need
dd/mm/yyyy hh:nn:ss
i need to format into the following format and use it inside of query
select ... from... where time < newformat( localtime() )
how can i achieve the format i need?
:confused: