close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Date storage issue

Thread began 4/29/2011 3:36 pm by web_assist_mail157665 | Last modified 5/02/2011 1:19 pm by web_assist_mail157665 | 1474 views | 4 replies

web_assist_mail157665

Date storage issue

I have insurance dates that are formated to appear by PHP to appear DD-MM-YYYY
this form info needs to be stored with an order (summary)

Opening the store Cart Summary SB (view columns against values)
and checking the DB Column InsuredPolicyExDate - I get type text
the DB field it refers to is type DATE

I set the field to date - but this is never saved and it reverts to TEXT?
and I just get a blank entry 0000-00-00 in my order

AS a last resort I set it to MSDATE (which stuck - but I get a MYSQL error on insert)

Is this the SB interface not working correctly

Note: There's obviously no way for the cart to know the format of the date is
Suggest this feature is added to the cart general settings - page 1


I need a way to get from the human readable
DD-MM-YYYY
php formatted display date

back into the correct format for the summary insert

if the text is entered
DD-MM-YYYY

then
// convert back the dates to mysql format

//list($d,$m,$y) = explode('-',$_SESSION['insure_date']);
//$_SESSION['insure_date'] = $y."-".$m."-".$d;

//list($d,$m,$y) = explode('-',$_SESSION['health_date']);
//$_SESSION['health_date'] = $y."-".$m."-".$d;

seems to do the trick if I echo it directly to the page to check it visually

but I still get 0000-00-00 in my database insert?

please advise

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...