Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
S

sarinsps

@sarinsps
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Need help.
    S sarinsps

    see this use this namespace System.Globalization; DateTimeFormatInfo DTFI = new CultureInfo("hi-IN", false).DateTimeFormat; //here 'hi-EN' represent the Hindi-INDIA Indian culture here georgian //calender formate ie dd/MM/yy DTFI.DateSeparator = ":"; Label1.Text = DTFI.Calendar.ToString(); //we will ge the calender in formation Label1.Text = DTFI.FullDateTimePattern.ToString(); //give the Date/time/year formate of that culture Label1.Text = DTFI.LongDatePattern; Label1.Text = DTFI.ShortDatePattern;

    C# question help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups