<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: symbology by date in Mapping Questions</title>
    <link>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738659#M7964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/121531"&gt;Symbology: How can I make a symbol to change color based on overdue date value&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a new field with datatype &lt;STRONG&gt;Long&lt;/STRONG&gt; in attribute table. &lt;/P&gt;&lt;P&gt; Considering your date format in &lt;STRONG&gt;DD/MM/YYYY, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In its field calculator, paste the following&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Int (Right( [Date], 4 ) &amp;amp; Mid( [Date], 4, 2 ) &amp;amp; Left( [Date], 2&amp;nbsp; )&amp;nbsp; )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the above&amp;nbsp; field to symbolize the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assumption: &lt;/P&gt;&lt;P&gt;The field name of your Date field is "Date".&lt;/P&gt;&lt;P&gt; Make sure your system's Regional Date setting is in same format (DD/MM/YYYY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2015 07:42:52 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2015-02-13T07:42:52Z</dc:date>
    <item>
      <title>symbology by date</title>
      <link>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738652#M7957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to use different symbols driven by the date in a field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 04:01:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738652#M7957</guid>
      <dc:creator>joshuathomson</dc:creator>
      <dc:date>2014-08-08T04:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: symbology by date</title>
      <link>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738653#M7958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The symbology options for date fields seem to be very limited. Basically the same options you get with unique value renderers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could use multiple layers (using the same underlying data source) with definition queries to specifiy date ranges and then create you symbology for each layer..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In what context are you trying to symbolize your dates? - for example within a range, before or after a certain date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 04:19:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738653#M7958</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2014-08-08T04:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: symbology by date</title>
      <link>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738654#M7959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your feature class is stored in a database then, possibly you can create a spatial view representing your date as integer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Year * 10000) + (Month * 100) + date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. 08/08/2014 will become, 20140808. You can then use this integer representation of your date to define your symbology.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 12:17:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738654#M7959</guid>
      <dc:creator>RiyasDeen</dc:creator>
      <dc:date>2014-08-08T12:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: symbology by date</title>
      <link>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738655#M7960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to symbolise by Australian financial year using a field DD/MM/YYYY. Thanks Owen, I think the easiest solution is yours, using definition queries. It may be a bit of a pain as I have 25yrs+ worth of point data. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 00:20:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738655#M7960</guid>
      <dc:creator>joshuathomson</dc:creator>
      <dc:date>2014-08-12T00:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: symbology by date</title>
      <link>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738656#M7961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Owen, &lt;/P&gt;&lt;P&gt;How do you do a range of dates in the Query builder.&amp;nbsp; I can't seem to get it to work properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 23:02:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738656#M7961</guid>
      <dc:creator>JoshWhite</dc:creator>
      <dc:date>2015-02-12T23:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: symbology by date</title>
      <link>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738657#M7962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Josh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Depending on the underlying database flavor the between operator works for most if 'between' is not supported then you just do a greater than and less than SQL Statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Begin_Date_Occ BETWEEN date '2010-11-15 14:00:00' AND date '2011-09-01 09:30:38'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Begin_Date_Occ &amp;gt; date '2010-11-15 14:00:00' AND Begin_Date_Occ &amp;lt; date '2011-09-01 09:30:38'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 23:34:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738657#M7962</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-12T23:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: symbology by date</title>
      <link>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738658#M7963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the attached dbf table as a join to your date field (the field must have dates only with no time other than 12 AM) to associate all of the typical date component groupings and break-downs, without calculating those values into the feature class or creating separate layers for each date grouping.&amp;nbsp; The table covers all dates between 1/1/1860 and 1/1/2102.&amp;nbsp; All grouping fields are numeric and are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YEAR_VALUE (only the values 1860-2102)&lt;/P&gt;&lt;P&gt;MONTH_VALU (only the values 1-12)&lt;/P&gt;&lt;P&gt;YEAR_MONTH (values 186001 to 210201, with the first 4 digits being 1860 to 2102 and last two digits being between 01 and 12)&lt;/P&gt;&lt;P&gt;YEAR_DECIM = YEAR_DECIMAL_MONTH in gdb (a numeric representation of the year with a fractional value for the month of the year in 1/12th fractions)&lt;/P&gt;&lt;P&gt;YEAR_DEC_1 = YEAR_DECIMAL_DAY in gdb (a numeric representation of the year with a fractional value for the day of the year in 1/365th or 1/366th fractions)&lt;/P&gt;&lt;P&gt;DAY_VALUE (only the values 1-31)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because all of the grouping fields are numeric you can construct Quantities or Charts symbology with these values.&amp;nbsp; You can also do a multi-field sort of your table view by the MONTH_VALU field and then the YEAR_VALUE field or by the DAY_VALUE before or after the MONTH_VALU or YEAR_VALUE with this table joined to your date field.&amp;nbsp; Of course, if you join the table and then export/ copy features, etc. you can permanently add all of the grouping fields to a copy of your feature class without doing multiple field calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you feel the table should include other grouping fields let me know.&amp;nbsp; For example, a string version of the Month and Day fields with leading zeros could be useful for Category symbology so that it sorts correctly, or a set of quarter or fiscal year groupings (for example, numeric fractional fiscal years like 20142015 with July 1-31 set as a fractional value of 0 and June 1-30 is set as 11/12th of the year for sorting purposes)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 00:32:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738658#M7963</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2015-02-13T00:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: symbology by date</title>
      <link>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738659#M7964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/121531"&gt;Symbology: How can I make a symbol to change color based on overdue date value&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a new field with datatype &lt;STRONG&gt;Long&lt;/STRONG&gt; in attribute table. &lt;/P&gt;&lt;P&gt; Considering your date format in &lt;STRONG&gt;DD/MM/YYYY, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In its field calculator, paste the following&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Int (Right( [Date], 4 ) &amp;amp; Mid( [Date], 4, 2 ) &amp;amp; Left( [Date], 2&amp;nbsp; )&amp;nbsp; )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the above&amp;nbsp; field to symbolize the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assumption: &lt;/P&gt;&lt;P&gt;The field name of your Date field is "Date".&lt;/P&gt;&lt;P&gt; Make sure your system's Regional Date setting is in same format (DD/MM/YYYY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 07:42:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738659#M7964</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2015-02-13T07:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: symbology by date</title>
      <link>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738660#M7965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, &lt;/P&gt;&lt;P&gt;Thanks I actually figured it out, what I forgot to do was enter the field name again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was using Begin_Date_Occ &amp;gt; date '2010-11-15 14:00:00' AND &amp;lt; date '2011-09-01 09:30:38'&lt;/P&gt;&lt;P&gt;so the syntax was invalid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2015 14:54:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/mapping-questions/symbology-by-date/m-p/738660#M7965</guid>
      <dc:creator>JoshWhite</dc:creator>
      <dc:date>2015-02-13T14:54:21Z</dc:date>
    </item>
  </channel>
</rss>

