Skip to content

Commit

Permalink
date and time format
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjayPrabhakaran committed Nov 29, 2023
1 parent d77b8b5 commit ced9851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SJPv6/www/sjp.js
Original file line number Diff line number Diff line change
Expand Up @@ -1311,8 +1311,8 @@ function doForm(){//Checked
panchanga=getPanchanga(d,lon,lat);
s = "\n<p><b>Panchanga and Chart for </b> <br/>"+
"&emsp;<b>Name:</b>"+params["chartname"]+"<br/>"+
"&emsp;<b>Date:</b>"+params["day"]+" <b>Month:</b>"+params["month"]+" <b>Year:</b>"+params["year"]+"<br/>"+
"&emsp;<b>Hours:</b>"+params["hours"]+" <b>Minutes:</b>"+params["mins"]+" <b>Seconds:</b>"+params["secs"]+"<br/>"+
"&emsp;<b>Date DD/MM/YYYY:</b>"+params["day"]+"<b>/</b>"+params["month"]+"<b>/</b>"+params["year"]+"<br/>"+
"&emsp;<b>Time:</b>"+params["hours"]+"<b>:</b>"+params["mins"]+"<b>:</b>"+params["secs"]+"<br/>"+
"&emsp;<b>Longitude:</b>"+params["longitude"]+"<br/>"+
"&emsp;<b>Latitude:</b>"+params["latitude"]+"<br/>"+
"&emsp;<b>Timezone:</b>"+params["timezone"]+"<br/>"+
Expand Down

0 comments on commit ced9851

Please sign in to comment.