Results 1 to 2 of 2

Thread: Entering date field

  1. #1
    edanb is offline Senior Member
    Join Date
    Dec 2008
    Posts
    25

    Default Entering date field

    I have added a custom field to leads, date_contacted with Data Type: Date .

    Now when a new note is created for this lead I override the before_save hook and I want to put the current date in the date_contacted field of the lead.

    I tried using gmdate("Y-m-d H:i:s") but when I check the date it shows as 2000-01-01 in the database. How do I format the date properly, or is there some sugar function that will create the date for me and take into account the users own date settings?

    Thanks alot!

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Entering date field

    Hi edan

    You need to set the date into current user date format.

    PHP Code:
    global $timedate;

    $date date($timedate->get_date_format()); 
    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 12
    Last Post: 2008-06-23, 10:19 AM
  2. Date field does not display the popup to select date
    By Siruss in forum Installation and Upgrade Help
    Replies: 5
    Last Post: 2008-06-06, 10:00 PM
  3. Replies: 3
    Last Post: 2007-03-02, 09:18 PM
  4. Replies: 1
    Last Post: 2006-06-16, 03:35 AM

Bookmarks

Posting Permissions

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