javascript for converting given date to the required timezone

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bhaskarna@yahoo.com

    javascript for converting given date to the required timezone

    I have date(ex., Thu, 04 Dec 2003 10:35:19 +0500) and I know the
    timezone(ex., America/Anchorage). Now I need to convert the date into
    the given timezone. Is it possible to achieve this thru js api's?
    Is yes, please guide me.

    Thanks in advance,
    Bhaskar
  • Dr John Stockton

    #2
    Re: javascript for converting given date to the required timezone

    JRS: In article <52a0ea6a.03120 40210.6326850f@ posting.google. com>, seen
    in news:comp.lang. javascript, bhaskarna@yahoo .com <bhaskarna@yaho o.com>
    posted at Thu, 4 Dec 2003 02:10:48 :-[color=blue]
    >I have date(ex., Thu, 04 Dec 2003 10:35:19 +0500) and I know the
    >timezone(ex. , America/Anchorage). Now I need to convert the date into
    >the given timezone. Is it possible to achieve this thru js api's?
    >Is yes, please guide me.[/color]

    See below -> ... -> js-date5.htm - and consider whether you mean time
    zone or civil time.

    --
    © John Stockton, Surrey, UK. ?@merlyn.demon. co.uk Turnpike v4.00 MIME. ©
    Web <URL:http://www.merlyn.demo n.co.uk/> - w. FAQish topics, links, acronyms
    PAS EXE etc : <URL:http://www.merlyn.demo n.co.uk/programs/> - see 00index.htm
    Dates - miscdate.htm moredate.htm js-dates.htm pas-time.htm critdate.htm etc.

    Comment

    Working...