CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: date into words

  1. #1
    Join Date
    Mar 2010
    Posts
    111

    date into words

    Hi how to convert a date (2010-2-1)into words of 2010 febr 1


    thanks
    sona

  2. #2
    Join Date
    Mar 2010
    Posts
    111

    Resolved Re: date into words

    Hi i find the way

    $val="2010-3-2";
    $today = date("j F Y",strtotime($val));


    thanks
    sona

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured