CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2008
    Posts
    74

    work with date function

    hi,
    how can i can pass the value of unixformat to date/time? and how can i retrieve the day/month/year from a date?

    thanks a lot for your help

  2. #2

    Re: work with date function

    If you're using PHP, you can do both by using date() function. Take a look at the following links:

    http://www.php.net/manual/en/function.date.php
    http://www.phpbuilder.com/board/show...php?t=10339782
    A few friendly reminders:
    * Use Code Tags when posting code.
    * Rate good replies/post by clicking "Rate this Post" and leaving a positive feedback.
    * Things should be made as simple as possible, but not any simpler. -- Albert Einstein

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