Click here to Skip to main content
15,868,016 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# problem passing mine value Pin
Dave Kreskowiak27-Sep-12 13:35
mveDave Kreskowiak27-Sep-12 13:35 
QuestionC# format date Pin
classy_dog27-Sep-12 6:45
classy_dog27-Sep-12 6:45 
AnswerRe: C# format date Pin
Ravi Bhavnani27-Sep-12 6:49
professionalRavi Bhavnani27-Sep-12 6:49 
AnswerRe: C# format date Pin
Smart Arab27-Sep-12 10:12
Smart Arab27-Sep-12 10:12 
GeneralMy vote of 1 Pin
J4amieC27-Sep-12 21:37
J4amieC27-Sep-12 21:37 
AnswerRe: C# format date Pin
Keith Barrow27-Sep-12 10:44
professionalKeith Barrow27-Sep-12 10:44 
AnswerRe: C# format date Pin
J4amieC27-Sep-12 21:36
J4amieC27-Sep-12 21:36 
AnswerRe: C# format date Pin
KiranKumar Roy14-Oct-12 2:03
KiranKumar Roy14-Oct-12 2:03 
Try this.
C#
protected string FormatDate()
    {
        string strTemp;
        strTemp = DateTime.Now.ToString("MM/dd/yy").Replace("/", "_");
        return strTemp;
    }

KiranKumar Roy

Questionexponential memory Pin
mohammadkaab27-Sep-12 5:06
mohammadkaab27-Sep-12 5:06 
AnswerRe: exponential memory Pin
Pete O'Hanlon27-Sep-12 5:13
subeditorPete O'Hanlon27-Sep-12 5:13 
GeneralRe: exponential memory Pin
mohammadkaab27-Sep-12 5:49
mohammadkaab27-Sep-12 5:49 
GeneralRe: exponential memory Pin
Dave Kreskowiak27-Sep-12 13:30
mveDave Kreskowiak27-Sep-12 13:30 
AnswerRe: exponential memory Pin
jschell27-Sep-12 10:05
jschell27-Sep-12 10:05 
GeneralRe: exponential memory Pin
mohammadkaab27-Sep-12 13:01
mohammadkaab27-Sep-12 13:01 
GeneralRe: exponential memory Pin
Dave Kreskowiak27-Sep-12 13:30
mveDave Kreskowiak27-Sep-12 13:30 
AnswerRe: exponential memory Pin
V.27-Sep-12 21:35
professionalV.27-Sep-12 21:35 
Questioni m new in asp.net Pin
Rashid Choudhary27-Sep-12 2:12
Rashid Choudhary27-Sep-12 2:12 
AnswerRe: i m new in asp.net Pin
Tom Deketelaere27-Sep-12 3:27
professionalTom Deketelaere27-Sep-12 3:27 
QuestionHow to Drawline on Videos in c# Pin
ravindervilasagar27-Sep-12 0:19
ravindervilasagar27-Sep-12 0:19 
AnswerRe: How to Drawline on Videos in c# Pin
Eddy Vluggen27-Sep-12 0:24
professionalEddy Vluggen27-Sep-12 0:24 
GeneralRe: How to Drawline on Videos in c# Pin
ravindervilasagar27-Sep-12 1:07
ravindervilasagar27-Sep-12 1:07 
GeneralRe: How to Drawline on Videos in c# Pin
Eddy Vluggen27-Sep-12 1:16
professionalEddy Vluggen27-Sep-12 1:16 
AnswerMy vote of 1 Pin
Keith Barrow27-Sep-12 0:25
professionalKeith Barrow27-Sep-12 0:25 
AnswerRe: How to Drawline on Videos in c# Pin
Pete O'Hanlon27-Sep-12 0:32
subeditorPete O'Hanlon27-Sep-12 0:32 
GeneralRe: How to Drawline on Videos in c# Pin
ravindervilasagar27-Sep-12 1:09
ravindervilasagar27-Sep-12 1:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.