Top "Mktime" questions

mktime is a function that returns the time since the UNIX epoch from a given date and time.

PHP convert date format dd/mm/yyyy => yyyy-mm-dd

I am trying to convert a date from dd/mm/yyyy => yyyy-mm-dd. I have using the mktime() function and …

php date formatting mktime
Get week number (in the year) from a date PHP

I want to take a date and work out its week number. So far, I have the following. It is …

php date mktime
MKTIME, PHP date/timestamp YYYY-MM-DD

I need to query MySQL for the current date (from PHP) in YYYY-MM-DD format... anyone?

php mktime
Finding days between 2 unix timestamps in php

Hay, i have a database holding events. There are 2 fields 'start' and 'end', these contain timestamps. When an admin enters …

php unix timestamp strtotime mktime
how to convert date and time to timestamp in php?

i have a date '07/23/2009' and a time '18:11' and i want to get a timestamp out of …

php date datetime timestamp mktime
Displaying the list of months using mktime for the year 2012

Am am current facing a problem that need a solution ASAP. I am trying to list all months of the …

php date mktime
mktime and tm_isdst

I saw a lot of different views so thought of asking here. I read man mktime: (A positive or zero …

c unix time freebsd mktime
How to convert week number and year into unix timestamp?

I'm trying to group together dates into a week number and year, and then I want to convert that week …

php strtotime strftime mktime
PHP strtotime() function that accepts a format?

strtotime() in PHP works great if you can provide it with a date format it understands and can convert, but …

php datetime strtotime mktime
how to convert time(mktime) to date(mm/dd/yyyy) in php?

ok i have a birthday form that will save as time using mktime, so when it is saved in mysql, …

php mysql date mktime