You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "rahul bhola (JIRA)" <ji...@apache.org> on 2013/08/11 11:10:47 UTC

[jira] [Commented] (OPENMEETINGS-168) Adding system date on dashboard

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13736239#comment-13736239 ] 

rahul bhola commented on OPENMEETINGS-168:
------------------------------------------

the following JS should work just fine to disply current date
<script>
   var date = today.getDate();
   var month = today.getMonth()+1;
   var year = today.getFullYear();

   today = date+'/'+month+'/'+year;
</script>
// it could always be made into a function
                
> Adding system date on dashboard
> -------------------------------
>
>                 Key: OPENMEETINGS-168
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-168
>             Project: Openmeetings
>          Issue Type: Improvement
>          Components: UI
>    Affects Versions: 2.0.0 Apache Incubator Release
>         Environment: All
>            Reporter: hamdi
>            Assignee: SebastianWagner
>            Priority: Minor
>              Labels: suggestions
>             Fix For: 3.0.0 Apache Release
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> It will be better if we display system date instead of the word "Today"
> http://data.imagup.com/11/1149003112.jpg

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira