Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > JavaScript > Javascript How-To
|
Javascript How-To Ask your "How do I do this with Javascript?" questions here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 13th, 2008, 06:27 AM
Authorized User
 
Join Date: May 2007
Posts: 95
Thanks: 5
Thanked 0 Times in 0 Posts
Default Validating multiple dates entered in textbox

Hi All

I need to validate(using javascript) a textbox in which i can enter multiple dates(FORMAT: DD/MM/YYYY) separated by comma. I need to validate dates whether they are in proper format and logically correct or not. I can enter as many number of dates, there is no limit for that.


Can anyone show me the light for this issue?

-- Abhishek


 
Old May 13th, 2008, 06:55 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

It depends on your business rules but I would first write a function that validated one date. Then I would extract the textbox's value, use the split() method to break apart the values on the comma and then validate each "date" separately.

--

Joe (Microsoft MVP - XML)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Use 1 control validator to multiple textbox contro marvz ASP.NET 2.0 Basics 2 July 27th, 2011 02:03 AM
Validating textbox in field level Paula222 Access VBA 5 February 15th, 2006 11:57 AM
access calendars multiple dates RobertCoats Access 0 June 23rd, 2005 02:14 PM
Calculating number of days between multiple dates Vann Access 4 December 3rd, 2004 08:26 PM
add multiple list to textbox stoneman Access 1 November 3rd, 2003 01:10 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.