Click here to Skip to main content
15,881,882 members
Articles / jQuery
Tip/Trick

Useful Persian-Arabic-Georgian Calendar ASP.NET

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
8 Apr 2013CPOL 19.2K   915   3   7
A Persian calendar with the jQuery UI DatePicker control

Persian Calendar

Introduction

Date picker controls in client side scripting do not support the Persian Jalali calendar. This is a simple calendar using jQuery UI DatePicker that supports more effects and styles... same as jQueryUI's DatePicker control. This is a simple way to use the calendar in your application.

Background

You must have some knowledge about client side scripting and the jQuery library.

Using the Code

  • Link jQuery library and jQuery UI stylesheet (you can replace styles with another style in jQueryUI).
    // Link This files to your webform
    jquery-ui-1.8.14.css
    jquery-1.6.2.min.js
    jquery.ui.datepicker-cc.all.min.js
  • Add the $('#tb_id').datepicker(); script on document ready.
  • Add a server side textbox control change the text box ID to tb_id.
  • That's it, now test it.

Acknowledgement

Special thanks to M.Hasheminezhad http://hasheminezhad.com/datepicker
Happy coding! Smile | :)

License

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


Written By
Software Developer (Senior) my office
Iran (Islamic Republic of) Iran (Islamic Republic of)
//--------this is my life function
private void mylife()
{
Salehi saeed = new Salehi();
while (true)
{
saeed.Big Grin | :-D =true;
}
}

Comments and Discussions

 
QuestionTHANK YOU MY DEAR Pin
Member 1025150813-Apr-14 20:19
Member 1025150813-Apr-14 20:19 
AnswerRe: THANK YOU MY DEAR Pin
SaeedSalehi14-Apr-14 23:24
SaeedSalehi14-Apr-14 23:24 
Questionانتقاد Pin
MehdiDolati8-Apr-13 0:00
MehdiDolati8-Apr-13 0:00 
AnswerRe: انتقاد Pin
SaeedSalehi8-Apr-13 0:04
SaeedSalehi8-Apr-13 0:04 
GeneralRe: انتقاد Pin
MehdiDolati8-Apr-13 2:01
MehdiDolati8-Apr-13 2:01 
GeneralRe: انتقاد Pin
SaeedSalehi8-Apr-13 5:35
SaeedSalehi8-Apr-13 5:35 
GeneralRe: انتقاد Pin
MehdiDolati8-Apr-13 18:01
MehdiDolati8-Apr-13 18:01 

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.