• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Short Date Format

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi ,

i have two queries.

* Is there any direct function call in javascript that can get the short date format of my system ? Or is there any work-around ? Its necessary that i get the short date format somehow.

* How to read my windows registry keys using javascript ?

--- if there is any java method to any of the above, please do tell.

Thanks in Advance.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1)Date object: http://www.w3schools.com/jsref/jsref_obj_date.asp

2)No, talk abou a hackers dream to read the local file system.

Eric
 
Arya Devan
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the reply.

But, what i am looking for is something different.

I am actually looking for a javasript or a java method that can give me the 'System Short Date Format'. (which is in the regional settings)
 
reply
    Bookmark Topic Watch Topic
  • New Topic