Hi,
I am having problems changing the displayed date format. I am using chronoforms to capture the data and chronoconnectivity to display it.
It is captured and stored on the database as a date type in the format 2009-11-01
When I use chronoconnectivity and display the date as is I get the same format. However I would like to display it as d F Y.
I have tried using the following:
but all I get returned is 31 December 1969
Any ideas?
I am having problems changing the displayed date format. I am using chronoforms to capture the data and chronoconnectivity to display it.
It is captured and stored on the database as a date type in the format 2009-11-01
When I use chronoconnectivity and display the date as is I get the same format. However I would like to display it as d F Y.
I have tried using the following:
<?php echo date('d F Y',strtotime($row->wcdate)); ?>
but all I get returned is 31 December 1969
Any ideas?
Hi ISG1883,
Assuming that you are doing this in the 'body' section of a recent ChronoConnectivity release then I think you need to use $MyRow->wcdate
The syntax was changed because there were problems with too many '$row's
Bob
Assuming that you are doing this in the 'body' section of a recent ChronoConnectivity release then I think you need to use $MyRow->wcdate
The syntax was changed because there were problems with too many '$row's
Bob
This topic is locked and no more replies can be posted.