Hi,
All the start/end dates seems OK in the table :
23/06/2010 14:27:11 23/06/2010 14:27:11
17/06/2010 16:58:59 17/06/2010 16:58:59
17/06/2010 16:58:59 17/06/2010 16:58:59
17/06/2010 16:58:59 17/06/2010 16:58:59
17/06/2010 09:49:39 17/06/2010 09:49:39
....
The panel contains the initial content :
#panelheader($msg.get("xe.statistics.contributors.mostactive"))
#if($xwiki.statsService.enabled)
#set($period=$xwiki.criteriaService.periodFactory.ALL_TIME)
#set($interval=$xwiki.criteriaService.rangeFactory.createHeadRange(5))
#set($stats=$xwiki.statsService.getVisitStatistics('save',$period,$interval))
#if($stats.size() > 0)
#printContributorStats($stats)
#else
#printNoStatisticsData()
#end
#else
#printStatisticsDisabled()
#end
#panelfooter()
#includeMacros("Stats.Macros")
All seems fine but it doesn't work and I don't know why ...
--
View this message in context:
http://xwiki.475771.n2.nabble.com/MSSQL-Date-problem-tp5212940p5213235.html
Sent from the XWiki- Users mailing list archive at
Nabble.com.