Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I think the format_date function used to display the birthdate on user profiles uses unixtime because it can't handle birthdates before 1970. Using PHP's date function instead fixes this.
Comments
Comment #1
jonbob commentedhttp://drupal.org/node/view/1418
Comment #2
seethav commentedHI
I am creating views in drupal.All my date values are display like 01-jan-1970(Custom format d-M-Y).I want to display what value in my table.
Any one faced this type of issue in drupal views. Please Help me to slove this bug.
Please find attachment here.