ISSUE :
 
Profile photo
Submitted by Prashiddha Joshi
on August 2nd, 2011 at 00:01:07 EST

NepaliDateTime Picker

Hi everyone
I have been trying to develop a tool in C# called NepaliDateTime Picker similar to builtin DateTime Picker but I am not finding any scientific rules of the Bikram Sambat calender.I am manually entering the dates but it's not an effective way as I could only get dates upto 2072 or something like that, So does anyone have idea?????????


Profile photo
Replied by SBajra
on August 2nd, 2011 at 07:39:38 EST
I also did similar research long time back. So far the only algorithm that I was able to find out was some kind of database based.
And this is what I did to optimize the data based nepali date conversion
http://www.codeissue.com/articles/a04e050dea7468f/algorithm-to-convert-english-date-to-nepali-date-using-c-net

I will be interested to know if anyone had developed Nepali date conversion without data source.

Profile photo
Replied by Bikram Shrestha
on August 4th, 2011 at 12:28:51 EST
Here is another Nepali date conversion algorithm but it is also database based.

http://sourceforge.net/projects/nepalidateconve/

I think we should list all the Nepali date conversion algorithms here.

Profile photo
Replied by RaKumar
on August 4th, 2011 at 12:35:37 EST
Here is another one but even this one seems to be database based.

http://www.mydotnetblog.org/?tag=/Nepali-Date-Converter
Edited on August 4th, 2011 at 12:37:19 EST

Profile photo
Replied by Bikram Shrestha
on August 4th, 2011 at 12:58:02 EST

Profile photo
Replied by Dipesh Shrestha
on August 26th, 2011 at 22:33:08 EST
I have also done some research in this area and so far concluded that Nepali-English date conversion can not be done without database...
I have also made a nepali date converter and picker in c#... hope the link below could be of some help....
http://madipesh.blogspot.com/2011/08/nepali-english-date-converter-with.html

Profile photo
Replied by Ramesh Shrestha
on August 31st, 2011 at 09:18:09 EST
Here is another Nepali Datetime converter using some data source.

http://rrajbhandari.blogspot.com/2010/06/bikram-sambat-classes-and-controls.html

Is there really any math behind Nepali date and calendar??? I am too curious to know if there is any valid math or algorithm to calculate Nepali date.