Hi there,
I have a date like which comes from database under variable say $logindate;
I have to convert this to formatted date with the use of mktime(function )
like:
mktime(0,0,0,d, M, Y);
How can I do this conversion,
can you help me please?
I have a date like which comes from database under variable say $logindate;
I have to convert this to formatted date with the use of mktime(function )
like:
mktime(0,0,0,d, M, Y);
How can I do this conversion,
can you help me please?
Comment