Hello. Why I use function date with date field but year show '1970'
Sample. field ins_date = '17/06/2001'
date("d m Y", ins_date") -----> 01/01/1970
i want to do something sort of like this but what i want to do is have a hiddin field that grabs the date @ time the and when i submit my form it submits to a field im my database called lastdate how do i do this. please help
aron