S
|
swanside 3/9/2008 |
I set my date in MySQL to "DATETIME" |
S
|
stevenf author 3/10/2008 |
I set my date in MySQL to "DATETIME" In Phprunner, I go to the visual editor, double click on the date area and select edit as Date, I selected Dropdown boxes with datepicker. In the Default I enter now(). You can select Time if you wist, but I use another field for that. AGain in MySQL I have a Field for the Time which is set to VARCHAR (50). In the visual editor I select Edit AS DATE and in the default box I enter "date('H:i:s');" all without the ". Hope that works. By the way, you are better off buying the program, The email support is Brilliant. Swanny.
|
S
|
stevenf author 3/10/2008 |
I set my date in MySQL to "DATETIME" In Phprunner, I go to the visual editor, double click on the date area and select edit as Date, I selected Dropdown boxes with datepicker. In the Default I enter now(). You can select Time if you wist, but I use another field for that. AGain in MySQL I have a Field for the Time which is set to VARCHAR (50). In the visual editor I select Edit AS DATE and in the default box I enter "date('H:i:s');" all without the ". Hope that works. By the way, you are better off buying the program, The email support is Brilliant. Swanny.
|
S
|
stevenf author 3/10/2008 |
This is the format i'm getting for the time: 2015:07:15
|
J
|
Jane 3/11/2008 |
Hi, |