ali baie
unread,Oct 16, 2011, 2:30:43 AM10/16/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to computer_association_rajaee
در کد زیر مثلا تاریخ 1375/11/22 به تایخ میلادی تبدیل و در متغییر
MD
قرار می گیرد
System.Globalization.PersianCalendar pc = new System.Globalization.PersianCalendar();
string MD=pc.ToDateTime(1375, 11, 22, 0, 0, 0, 0).ToShortDateString();