![]() |
Sergey Kornilov admin 11/17/2010 |
Astrid, setlocale (LC_ALL, 'nl_NL');
|
A
|
Astrid author 11/18/2010 |
Sergey, DATE_FORMAT(Datum, '%w') AS Dag so it returns the day number. Then I added this to the custom view properties:
DATE_FORMAT(Datum, '%M %Y') AS Maand
DATE_FORMAT(Datum, '%m %Y') AS Maand to return the month number.
|
![]() |
Sergey Kornilov admin 11/18/2010 |
Astrid, |
A
|
Astrid author 11/19/2010 |
Sergey, SELECT ID,
$value=date('D',strtotime($data["Datum"]));
<td valign="middle" align="left">
// here goes EVENT_INIT_APP event |
![]() |
Sergey Kornilov admin 11/19/2010 |
'View as' format 'Custom' will be applied on List/View/Print pages only. |
A
|
Astrid author 11/19/2010 |
Sergey, |
![]() |
Sergey Kornilov admin 11/19/2010 |
Astrid, |
![]() |
Sergey Kornilov admin 11/21/2010 |
The following works on Demo Account for abbreviated week day names. setlocale(LC_ALL, 'nld_nld'); |