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
R

Refwah

@Refwah
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Any book suggestions for a working programmer?
    R Refwah

    Dreaming In Code is a decent book, not for teaching you coding, but it documents the successes and pitfalls of developing the Chandler Project[^].

    The Lounge csharp learning asp-net dotnet wpf

  • Which DVD ripper software do you use?
    R Refwah

    I use FairUse wizard, just set a max file size, put the disc in and let it do its thing for a few hours while I'm at work or in another room watching TV or something. I'd highly recommend it for just plain simplicity really.

    The Lounge com question career

  • Get month name and last date form date time
    R Refwah

    You can use DateTime.Now.Month to return an int representation of the month. You can pass this to a function to switch on for the month name, IE:

    switch(month)
    {
    case 1:
    return "January";
    case 2:
    return "Feburary";
    }

    ASP.NET
  • Login

  • Don't have an account? Register

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