Ask a Question related to Coldfusion Database Access, Design and Development.
-
gcmenotti #1
date database
hi communiy i have a question
how can i read from the data base the date like this 9/12/05
in my flash form it reads like this sept 12 2005 i dont want that format
gcmenotti Guest
-
inserting date into MySql Database
I am trying to insert the current date into a MySql database. I know that the date format for MySql is yyyy-mm-dd . So far I have tried to insert... -
Use a CFC to update a database with a date
Hi All, I am trying to input a date in a database field with the current date. The datefield is in one table and I only want the date to be inserted... -
Accessing database using a date
From time to time I access records in the database using a date and time field. My ISP has just upgraded from ColdFusion 5 to ColdFusion MX 6.1. My... -
Date() in SQL database
In Access I can set a default value in a date field by using Date(). How do I do this in an SQL Server database. Bill -
converting date into database date format(newbie)
Hi! U can convert "8-Aug-03" into mysql date which requires yyyy-mm-dd format as below. <?php date("Y-m-d",strtotime("8-Aug-03")); ?> -
-



Reply With Quote

