close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Sorting and date questions

Thread began 5/24/2010 8:15 pm by freiheit | Last modified 5/25/2010 11:51 am by freiheit | 828 views | 1 replies

freiheit

Sorting and date questions

Hello i want to ask you 2 things that i need to get done.

1st) I have made a page that lists some data pulled from a database , and i want to sort them by date asc , desc with a jump menu.

The date inserted in to the database has the format yyyy-mm-dd . I made this little script that currently do the job

<?php
$timestamp = strtotime($row_kiniseis['date']);
$newdate = date("l d F Y", $timestamp);
echo $newdate;
?>

Now the "problem" is that when i insert a record i type the date format in to the text box, like i mentioned above (yyyy-mm-dd) cause in any other case the data base shows "0000-00-00"

<----Is they any way to type the date format dd--mm-yyyy and this will be stored in the database as yyyy-mm-dd?---->

I tried to display the date in my native language format (greek) using a function with 2 arrays for months and days , but the table i display the data (and also the date) is inside a repeated region and i was receiving a notice that the function has already be declared.

<----Is there any solution-work arround with this issue?---->



2nd)To sort data by date using a jump menu do i need a relational table with id , values= asc,desc, and description?

Or this can be done with an easier way?With data assist maybe?

Sorry if my mind goes to the harder first :)

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...