I have two given SQL dates
and I need to calculate the difference (I believe this is done with the diff method
) and afterwards convert this new date to days, hours and minutes left (a countdown).
How can I do this?
Thanks.
I have two given SQL dates
and I need to calculate the difference (I believe this is done with the diff method
) and afterwards convert this new date to days, hours and minutes left (a countdown).
How can I do this?
Thanks.