15-09-19, 01:53 PM
اختر التنسيق الذي تريد :
PHP كود :
Properties.Settings.Default.lastrun = DateTime.Now.ToString();
MessageBox.Show(Properties.Settings.Default.lastrun);
Properties.Settings.Default.lastrun = DateTime.Now.ToString("dd/MM/yyyy");
MessageBox.Show(Properties.Settings.Default.lastrun);
Properties.Settings.Default.lastrun = DateTime.Now.ToString("dd/MM/yyyy hh:mm:ss tt");
MessageBox.Show(Properties.Settings.Default.lastrun);
Properties.Settings.Default.lastrun = DateTime.Now.ToString("hh:mm:ss tt");
MessageBox.Show(Properties.Settings.Default.lastrun);
سبحان الله وبحمده سبحان الله العظيم و الحمد لله ولا اله الا الله والله اكبر
