PDA

Click to See Complete Forum and Search --> : [RESOLVED] get date format


c_owl
Aug 6th, 2010, 07:44 AM
hi
im trying to get the current month and year and format it to somthing like jul - 2010 or aug - 2010

i managed to get the date but that were i get stuck, can anyone help please

c_owl
Aug 6th, 2010, 07:55 AM
hi
after read on som sites i came up with this, and it works so good result

<?php echo date("M - Y"); ?>