
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
  <xsl:variable name="dayStartDisplay">Mar 22, 2009</xsl:variable>
  <xsl:variable name="dayStartValue">2009-03-22T00:00:00.000</xsl:variable>
  <xsl:variable name="dayEndDisplay">Mar 22, 2009</xsl:variable>
  <xsl:variable name="dayEndValue">2009-03-22T23:59:59.999</xsl:variable>
  
  <xsl:variable name="weekStartDisplay">Mar 16, 2009</xsl:variable>
  <xsl:variable name="weekStartValue">2009-03-16T00:00:00.000</xsl:variable>
  <xsl:variable name="weekEndDisplay">Mar 22, 2009</xsl:variable>
  <xsl:variable name="weekEndValue">2009-03-22T23:59:59.999</xsl:variable>
  
  <xsl:variable name="monthStartDisplay">Sep 1, 2008</xsl:variable>
  <xsl:variable name="monthStartValue">2008-09-01T00:00:00.000</xsl:variable>
  <xsl:variable name="monthEndDisplay">Feb 28, 2009</xsl:variable>
  <xsl:variable name="monthEndValue">2009-02-28T23:59:59.999</xsl:variable>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2009. Progress Software Corporation. All rights reserved.

<metaInformation>
	<scenarios/>
	<MapperMetaTag>
		<MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no"/>
		<MapperBlockPosition></MapperBlockPosition>
		<TemplateContext></TemplateContext>
		<MapperFilter side="source"></MapperFilter>
	</MapperMetaTag>
</metaInformation>
-->