Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Web Usability
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Usability Discuss and review websites for better usability.

Sponsored Reviews   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 06-28-2006, 02:17 AM   #1 (permalink)
Inactive
 
Join Date: 06-28-06
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

emil.sp is liked by many
Inserting dates

Hi, guys!

I'm wondering what is the best way for users to insert some date? No matter birthday, appointment date, whatever...
There are a few ways I know:
1. A single text field and pointed format next to it,
Sometimes confusing but maybe still the best way
2. Three text fields - one for day, one for month, one for year(day/month can be combos)
A made a research and this is the way that most visited web sites use.
3. Date-time picker control
The most intiutive and easy-to-use way for users, but hard to implement - web browser compatability...

What is your opinion?
Please mind that I talk about multilanguage web sites. Different countries get used to insert dates in different way - dd/mm/yyyy, mm/dd/yyyy, etc.
emil.sp is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 06-28-2006, 06:41 AM   #2 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
Good question, frequently an issue with forms on-line (or offline when you don't knowwho'll be using it).

You've correctly noted different customs from different people change the format they expect and of course they might not read you're instructions.

The annoying part is for some dates it is impossible to validate! (Concequences depend of the use for the data though).

Date-time picker control
not sure what you mean, - 3 selection-boxes or pop-up calender date interface?

Today I'm thinking 3 text-boxes in a row, individually labeled, with optional DHTML pop-up date picker.

Whatever you try, use a validation routine that checks for the correct order when a day above 12 is used, this way for those dates you can see if people are getting it wrong or not to indicate whether your interface seems to work or not.
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-28-2006, 07:09 AM   #3 (permalink)
Inactive
 
Join Date: 06-28-06
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

emil.sp is liked by many
With date-time picker I mean pop-up calendar.

I think that the annoying part is that while using 3 text boxes users have to click/tab on every text box - that makes 3 clicks/key presses. That's one of the reasons I don't like combo boxes.
But I think that you are write about the 3 text boxes. Users are used to this because of sites like yahoo and they will expect such interface in the other web sites they are visiting.

Validation will not be a problem while I'm using ASP.NET DateTime.Parse() method.

emil.sp is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-28-2006, 07:30 AM   #4 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
Great, and sounds like I don't need to remind you to set up the tab order.

As for d/m/y vs m/d/y I would use d/m/y as it is the most logical going from smallest denomination to largest.
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-05-2006, 07:07 AM   #5 (permalink)
v7n Mentor
 
cashcannon's Avatar
 
Join Date: 01-26-06
Location: netherlands
Posts: 2,218
iTrader: 0 / 0%
Latest Blog:
None

cashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest ordercashcannon is a web professional of the highest order
Send a message via ICQ to cashcannon
I thought year/month/day was the official order
cashcannon is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-05-2006, 07:17 AM   #6 (permalink)
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 18,004
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
There are different standards.

yy/mm/dd is great for ordering for obvious reasons.
mm/dd/yy is most familiar to many people because it follows our speech semantics.
dd/mm/yy is also used, but I don't like it.
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
chıcgeeĸ @ flickr
chicgeek is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-06-2006, 01:39 AM   #7 (permalink)
Moderator
 
LazyJim's Avatar
 
Join Date: 10-13-03
Location: UK
Posts: 2,819
iTrader: 0 / 0%
Latest Blog:
None

LazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to allLazyJim is a name known to all
Send a message via MSN to LazyJim
I like y-m-d as said for the obvious reasons, but is it right to expect the general public to put this into a textbox?
__________________

-LJ-

My advice is to look at each case individually, with an informed mind and an appropriately balanced and objective viewpoint.

Web Design and Development, Ipswich, UK.
My deviantArt
LazyJim is offline  
Add Post to del.icio.us
Reply With Quote
Old 07-06-2006, 01:50 AM   #8 (permalink)
Inactive
 
Join Date: 06-28-06
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

emil.sp is liked by many
of course not...
As I said different countries get used to insert dates in different way.
Finally I solve my problem by using Ajax-based datetime picker:
inserting-dates-datetimepicker.gif
emil.sp is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Web Usability

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP - Loop through dates ToddW Coding Forum 4 04-04-2008 01:30 PM
Problem with dates: thenextbesthang Coding Forum 6 12-08-2006 03:09 PM
Time & Dates [PHP] Sketch Coding Forum 7 02-22-2006 12:12 AM
No Fresh Dates Shawn Google Forum 8 07-27-2004 11:07 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 08:37 AM.
© Copyright 2008 V7 Inc