Thursday, 2 April 2015

Date Time culture

  System.Threading.Thread.CurrentThread.CurrentCulture = Fmt
        System.Threading.Thread.CurrentThread.CurrentCulture.DateTimeFormat.ShortDatePattern = "dd/MM/yyyy"
        DTF.ShortDatePattern = "dd/MM/yyyy"

No comments:

Post a Comment

Secure and Unsecure configuration in Dynamics CRM 365.

Overview : In Dynamics CRM, when we create a plugin, we sometimes need to pass data to that plugin, instead of writing this data inside the ...