asp.net - Cannot Insert Current Date in Database using ("en-NZ") Localization -
cannot insert current date database while using date datatype. using ms sql server backend.
datetime.now.tostring("d", cultureinfo.createspecificculture("en-nz")); works while using shortdate format need date in specific localization
Comments
Post a Comment