10390 Posts in 2202 Topics by 1712 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 539 Views |
-
Userforms date formatting

17 June 2011 at 6:02pm
Hey All,
I am trying to change the format of the date that is sent via email once a form is submitted.
The field is Date Field.
Im wanting the email to show: January 15th 2011 (for example) instead of the US format.
Thanks in advance guys.
ps. im a total noob with silverstripe.
-
Re: Userforms date formatting

18 June 2011 at 4:39am Last edited: 18 June 2011 4:39am
from the header of my
userforms\code\editor\EditableDateField.php* @todo Localization, Time Field / Date time field combinations. Set ranges of dates,
* set default datehowever, if I were to start hacking, it would be around here...
userforms\code\UserDefinedForm.phpfunction process($data, $form) {
...
//somewhere here it builds an email content so I'd change the one thing I am intrested in before it sends it
...
$email->send();
...
}
| 539 Views | ||
|
Page:
1
|
Go to Top |


