---
title: "problem in showing date on statusbar"  
description: "problem in showing date on statusbar"  
author: "Anonymous User"  
published: 2011-01-17  
updated: 2011-03-01  
canonical: https://www.mindstick.com/forum/152/problem-in-showing-date-on-statusbar  
category: "javascript"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# problem in showing date on statusbar

i am new in [javascript](https://www.mindstick.com/articles/874/how-to-create-watermark-text-for-textbox-by-using-javascript), i need to show the \
give the [right](https://www.mindstick.com/articles/12766/check-whether-you-are-doing-digital-transformation-right-or-not) solution of its\

## Replies

### Reply by Amit Singh

we showing the date on status bar as\
\

```
var currentTime = new Date()
var month = currentTime.getMonth() + 1
var day = currentTime.getDate()
var year = currentTime.getFullYear()
```

window.status=month + "/" + day + "/" + year


---

Original Source: https://www.mindstick.com/forum/152/problem-in-showing-date-on-statusbar

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
