Localization/Date Issues

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Vinod

    #1

    Localization/Date Issues

    Hi ,

    I am having any application whose client base is in Australia, the
    application is hosted in USA.

    Brief Overview :- Application sets new menus every month.

    I am facing the following problems :-

    a) When a user is accessing the application on May 1st 2007 from Australia
    currently he is viewing the April menu.
    He should be viewing May menu.(This is happening bcos in USA at that
    time it is only April 30th)

    Any Solution for it will be helpful.


    Regards
    Vinod


  • =?ISO-8859-1?Q?G=F6ran_Andersson?=

    #2
    Re: Localization/Date Issues

    Vinod wrote:
    Hi ,
    >
    I am having any application whose client base is in Australia, the
    application is hosted in USA.
    >
    Brief Overview :- Application sets new menus every month.
    >
    I am facing the following problems :-
    >
    a) When a user is accessing the application on May 1st 2007 from Australia
    currently he is viewing the April menu.
    He should be viewing May menu.(This is happening bcos in USA at that
    time it is only April 30th)
    >
    Any Solution for it will be helpful.
    >
    >
    Regards
    Vinod
    >
    Use Javascript to pick up the local time of the client computer and send
    that back to the server. That way you can calculate the time difference
    and use the local time of the client to decide what menu to display.

    I reccomend the process of calculating the time difference instead of
    just using the client time, because otherwise the application depends on
    the date setting of the client computer to be correct.

    --
    Göran Andersson
    _____
    Göran Anderssons privata hemsida.

    Comment

    • Alexey Smirnov

      #3
      Re: Localization/Date Issues

      On Apr 23, 9:17 am, "Vinod" <v...@erivasyst ems.comwrote:
      Hi ,
      >
      I am having any application whose client base is in Australia, the
      application is hosted in USA.
      >
      Brief Overview :- Application sets new menus every month.
      >
      I am facing the following problems :-
      >
      a) When a user is accessing the application on May 1st 2007 from Australia
      currently he is viewing the April menu.
      He should be viewing May menu.(This is happening bcos in USA at that
      time it is only April 30th)
      >
      Any Solution for it will be helpful.
      >
      Regards
      Vinod
      If it's only for Australia, use a timeoffset... but Australia has a 3
      times zones (which time do you need?)

      Comment

      Working...