Click here to Skip to main content
15,884,176 members
Articles / Programming Languages / Javascript
Article

Urdu Date Time Picker

Rate me:
Please Sign up or sign in to vote.
3.27/5 (22 votes)
27 Jun 2007CPOL 74.3K   483   12   19
First Time Urdu Date Time Picker
Screenshot - ssdtpicker.gif

Introduction

Several English date time pickers are available, but there is no Urdu dtpicker. This is the first time that an Urdu dtpicker is available on the Web. For Urdu dtpicker, the Unicoding technique has been used. For a fine look and best scripting, a powerful CSS is applied.

Background

Screenshot - calendar.jpg

This article is very useful for new programmers and Urdu lovers. Urdu language has a powerful historical background and literature, so it is time to promote NET Urdu.

Using the Code

C#
// short day names
Calendar._SDN = new Array
("??????",
"???",
"????",
"???",
"??????",
"????",
"????",
"?????");
// First day of the week. "0" means display Sunday first, "1" means display
// Monday first, etc.
Calendar._FD = 0;
// full month names
Calendar._MN = new Array
("?????",
"?????",
"????",
"?????",
"??",
"???",
"?????",
"????",
"?????",
"??????",
"?????",
"?????");
// short month names

Points of Interest

Character Map Unicode is used for Urdu dtpicker. A powerful CSS is used.

The dtpicker is browser independent. It run on Internet explorer 4, 4.5, 5, 6, 7, Mozilla FireFox4, 5, Netscape 6 and all other browsers.

About Me

Tariq Aziz is a software Engineer in esolpk(pvt) ltd. Islamabad programming in .NET Enterprise level. ASP.NET 2.0, C# 2.0, JavaScript, XML, AJAX, WebServices.
He has a Master's degree in Computer Sciences from University of Lahore.

I have written many articles on The Code Project. This article is a good addition of my work. I enjoy getting article feedback from CodeProject users.

Screenshot - tariq_1.jpg

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Pakistan Pakistan
Always make your absence felt in such a way that someone misses you but dont let your absense be so long that someone starts learning to live without you.

Comments and Discussions

 
QuestionWEL JOB DONE: Pin
karimmughal16-Sep-11 3:26
karimmughal16-Sep-11 3:26 
QuestionHow to Install? Pin
iamurs31-Aug-10 22:22
iamurs31-Aug-10 22:22 
GeneralGood innovative work! Pin
Vasudevan Deepak Kumar27-Jun-07 3:56
Vasudevan Deepak Kumar27-Jun-07 3:56 
Generalkeep it up!!! Pin
Muhammad Qasim Pasta25-Jun-07 23:16
Muhammad Qasim Pasta25-Jun-07 23:16 
GeneralRe: keep it up!!! Pin
Bilal Haider26-Jun-07 8:09
professionalBilal Haider26-Jun-07 8:09 
GeneralRe: keep it up!!! Pin
M. Aamir Malik26-Jun-07 20:24
M. Aamir Malik26-Jun-07 20:24 
GeneralRe: keep it up!!! Pin
Member 38491294-May-09 20:55
Member 38491294-May-09 20:55 
GeneralCool!!!!! Pin
Sarosh Sanaullah22-Jun-07 21:06
Sarosh Sanaullah22-Jun-07 21:06 
GeneralRe: Cool!!!!! Pin
Tariqaziz29-May-09 1:46
Tariqaziz29-May-09 1:46 
GeneralHi Tariqaziz Pin
Isfanhabib15-Oct-09 20:38
Isfanhabib15-Oct-09 20:38 
GeneralRe: Hi Tariqaziz Pin
Tariqaziz19-Oct-09 8:14
Tariqaziz19-Oct-09 8:14 
GeneralGood effort Pin
arifpak22-Jun-07 19:58
arifpak22-Jun-07 19:58 
GeneralRe: Good effort Pin
Tariqaziz29-May-09 1:45
Tariqaziz29-May-09 1:45 
GeneralGreat Pin
Muhammad Kashif Hameed22-Jun-07 0:56
Muhammad Kashif Hameed22-Jun-07 0:56 
GeneralRe: Great Pin
Tariqaziz22-Jun-07 3:23
Tariqaziz22-Jun-07 3:23 
GeneralRe: Great Pin
Muhammad Kashif Hameed23-Jun-07 20:37
Muhammad Kashif Hameed23-Jun-07 20:37 
GeneralRe: Great Pin
Vasudevan Deepak Kumar27-Jun-07 3:58
Vasudevan Deepak Kumar27-Jun-07 3:58 
GeneralThx Pin
| Muhammad Waqas Butt |22-Jun-07 0:03
professional| Muhammad Waqas Butt |22-Jun-07 0:03 
GeneralNice work Pin
qumer10121-Jun-07 21:29
qumer10121-Jun-07 21:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.