Is it possible to convert Gregorian to Hijri date in Vb ?
Posted
by ahmed
on Stack Overflow
See other posts from Stack Overflow
or by ahmed
Published on 2010-03-08T06:35:26Z
Indexed on
2010/03/08
6:36 UTC
Read the original article
Hit count: 288
Hi, I have a table in sql where the date format is stored in Hijri. Now I am working on a vb.net application where I have to let the user update that dateField.
So is it possible that if I place a datepicker(which is in Gregorian) and user selects the date and its converts into Hijri date before updating. I mean when the user selects the date and clicks the save button the date should be updated in hijri format in the sql .
For now , the user is entering the date manually on a tms AdvEdit.
Is there any code available to accomplish this task. Thanking you all in advance for your time and consideration.
© Stack Overflow or respective owner