Changeset 5131 for trunk/bp-xprofile/bp-xprofile-screens.php
- Timestamp:
- 09/09/2011 05:47:59 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-xprofile/bp-xprofile-screens.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-screens.php
r4961 r5131 71 71 72 72 // Turn the concatenated value into a timestamp 73 $_POST['field_' . $field_id] = strtotime( $date_value);73 $_POST['field_' . $field_id] = date( 'Y-m-d H:i:s', strtotime( $date_value ) ); 74 74 } 75 75
Note: See TracChangeset
for help on using the changeset viewer.