Come controllo se una data è valida?
Grazie a tutti!![]()
Come controllo se una data è valida?
Grazie a tutti!![]()
La passera non dura perchè Sypher la cattura!
"No one like us we don't care, we are millwall, super millwall, we are millwall from the DEN"
HTHcodice:public static bool CheckDate (string s){ try { DateTime d = DateTime.Parse(s); } catch (FormatException){ return false; } return true; }
Thanks!![]()
La passera non dura perchè Sypher la cattura!
"No one like us we don't care, we are millwall, super millwall, we are millwall from the DEN"