Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can convert persian datettime to DateTime with c#?

Tags:

c#

winforms

i have one texbox in form that user insert persian DateTime i want convert persian date to Datetime for Save in sql thanx for answers

like image 655
Mary Avatar asked Sep 01 '09 19:09

Mary


1 Answers

There are a bunch of articles on CodeProject you might find useful:

Persian DateTime
Farsi Library - Working with Dates, Calendars, and DatePickers

Search CodeProject for "Persian" and I bet you'll find a lot of useful stuff.

like image 84
Jay Riggs Avatar answered Oct 21 '22 07:10

Jay Riggs