I have to display lunar calendar using JavaScript. I tried to use -
jqueryui localization, but it's just translating calendar into Chinese language
Then I came across this, but it's displaying both Lunar and English calendar
I also have gone through http://www.html5tricks.com/jquery-lunar-calendar.html, but looks like it's just translating English calendar into Chinese.
How to display Lunar Calender using JS? Thanks in advance for help.
I end up using http://www.javascriptbank.com/lunar-calendar-script-index.html link and made some CSS changes.