Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop fc36f7374 -> 85223818a


changing time format


Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/85223818
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/85223818
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/85223818

Branch: refs/heads/develop
Commit: 85223818a359ba9d5f4fc576d19c846611a8758a
Parents: fc36f73
Author: scnakandala <[email protected]>
Authored: Fri Dec 2 16:17:33 2016 -0500
Committer: scnakandala <[email protected]>
Committed: Fri Dec 2 16:17:33 2016 -0500

----------------------------------------------------------------------
 app/views/admin/manage-experiments.blade.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/85223818/app/views/admin/manage-experiments.blade.php
----------------------------------------------------------------------
diff --git a/app/views/admin/manage-experiments.blade.php 
b/app/views/admin/manage-experiments.blade.php
index 0115e32..fa708d6 100644
--- a/app/views/admin/manage-experiments.blade.php
+++ b/app/views/admin/manage-experiments.blade.php
@@ -473,7 +473,7 @@ to be uncommented when actually in use.
                     if( msg == null){
                         start = new Date(startTime + ' UTC');
                         end  = new Date(endTime + ' UTC');
-                        msg = "Experiment Statistics from " + start.toString() 
+ " to " + end.toString();
+                        msg = "Experiment Statistics from " + 
start.toLocaleTimeString() + " to " + end.toLocaleTimeString();
                     }
                     $(".experiment-statistics").html( "<h2 
class='text-center'>" + msg + "</h2><hr/>" + data);
                 }

Reply via email to