The best way to get the perfect date

Discussion in 'Programming' started by Shocka, Sep 12, 2006.

  1. #1
    In Pascal.


    function GetDate() : TDateTime;
    var ADate : TDateTime;
    begin
    ADate := Now;
    Return(ADate);
    end;

    Compile and enjoy.
     
    Shocka, Sep 12, 2006 IP
  2. wmtips

    wmtips Well-Known Member

    Messages:
    601
    Likes Received:
    70
    Best Answers:
    1
    Trophy Points:
    150
    #2
    What are you talking about? This function is just a clone for Now function. Why not to use Now instead?
     
    wmtips, Sep 14, 2006 IP