Skip to main content

Date Display Values

Comments

8 comments

  • Permanently deleted user

    As a workaround, we built a database view that outputs only the date. The SQL is along the lines of:

    CONVERT(date, licence.ISSUED_DATE, 112) AS issued_date

    Some info on the 112 here:  http://www.w3schools.com/sql/func_convert.asp

    Hope that helps!

    0
  • Permanently deleted user
    Dates are displaying with a time that is related to your time zone. We are in the central time zone in usa which is -5 GMT right now (we have daylight savings time so it changes in the summer). A date in the database as 2/3/2016 will display at 2/2/2016, 7:00:00 PM. The workaround would be to convert the date to text in a view but then you won't be able to search for items based on a date range.
    0
  • Chris Roberts
    Hi Jon

     

    Did you ever get a resolution for this?

     

    Cheers

     

    Chris
    0
  • Permanently deleted user
    Hello,

     

    we have the same problem. Geocortex adds 12:00:00 AM to all our date fields. We don't have the option to create a database view as suggested by another user. We would like to know if there is any way we can set this within Geocortex Manager.

     

    Thank you
    0
  • Ryan Cooney
    It is possible to control the formatting of date fields with Geocortex Essentials 4.5 and the Html5 Viewer 2.6 which are currently in beta.

     

    --Ryan
    0
  • Permanently deleted user
    Ryan,

     

     Do you have any suggestions on how to format date fields now that 4.5 and 2.6 have been released?

     

    Thanks!
    0
  • Permanently deleted user
    Any updates on this? I am still struggling to remove the 12:00:00 from my map tips...
    0
  • Permanently deleted user
    Hi Lisa,

     

    You can edit your display settings for your date field from the Map Service configuration in manager (In the display settings tab).  Look at the bottom section for the Date Format dropdown.  

     

    I hope that helps!

     

    Thanks,

     

    Danny
    0

Please sign in to leave a comment.