hi, I want to publish yesterday's date in ddmmyyyy format. Please help me. tahir
hi use this date("dmY",mktime(0,0,0,date("m"),date("d")-1,date"Y"));
checkout date and time functions n manual.. cheers!