This topic is locked

Date Display

8/23/2006 5:04:26 AM
PHPRunner General questions
S
scy author

I dont know whether this is a bug, When I set View as to a short or long date format in step 7 nothing displays in the view page. The data type in the database is varchar(20) and the date is stored as dd/mm/yyyy format.

Alexey admin 8/23/2006

Hi,
Short date and Long date formats work with DATE, DATETIME or VARCHAR fields with dates in YYYY-MM-DD format.

Just select View as - nothing for your field to display it as it is.

S
scy author 8/23/2006

Thanks