<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://brwiki2.brulescorp.com/brwiki2/index.php?action=history&amp;feed=atom&amp;title=DATE%28Mask%29</id>
	<title>DATE(Mask) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://brwiki2.brulescorp.com/brwiki2/index.php?action=history&amp;feed=atom&amp;title=DATE%28Mask%29"/>
	<link rel="alternate" type="text/html" href="https://brwiki2.brulescorp.com/brwiki2/index.php?title=DATE(Mask)&amp;action=history"/>
	<updated>2026-04-30T04:25:59Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://brwiki2.brulescorp.com/brwiki2/index.php?title=DATE(Mask)&amp;diff=9776&amp;oldid=prev</id>
		<title>Laura: Created page with &quot;DATE(mask) can be used as an INPUT FIELDS specification as of 4.3.   10 INPUT FIELDS “row, col, DATE(mask),UH” : date-variable  Special keyboard processing: *Punctuati...&quot;</title>
		<link rel="alternate" type="text/html" href="https://brwiki2.brulescorp.com/brwiki2/index.php?title=DATE(Mask)&amp;diff=9776&amp;oldid=prev"/>
		<updated>2014-09-20T19:07:05Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;DATE(mask) can be used as an &lt;a href=&quot;/brwiki2/index.php?title=INPUT_FIELDS&quot; class=&quot;mw-redirect&quot; title=&quot;INPUT FIELDS&quot;&gt;INPUT FIELDS&lt;/a&gt; specification as of 4.3.   10 INPUT FIELDS “row, col, DATE(mask),UH” : date-variable  Special keyboard processing: *Punctuati...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;DATE(mask) can be used as an [[INPUT FIELDS]] specification as of 4.3.&lt;br /&gt;
&lt;br /&gt;
 10 INPUT FIELDS “row, col, DATE(mask),UH” : date-variable&lt;br /&gt;
&lt;br /&gt;
Special keyboard processing:&lt;br /&gt;
*Punctuation (commas, colons, slashes, semicolons, and dashes) is skipped during entry, similar to PIC.&lt;br /&gt;
*Insert and delete are supported within subfields that are delineated by punctuation.&lt;br /&gt;
*Copy includes punctuation.&lt;br /&gt;
*Cut is Copy with redisplay of zero date.&lt;br /&gt;
*Paste causes BR to translate the date to [[DAYS]] format and then display the date. Excel and OpenOffice Calc application formats are supported.&lt;br /&gt;
*If a string is pasted, it is first converted to DAYS using the provided mask.&lt;br /&gt;
*If a zero DAYS value is displayed then Month, M3, Day and D3 mask positions contain dashes.&lt;br /&gt;
&lt;br /&gt;
====Date Picker====&lt;br /&gt;
&lt;br /&gt;
{{:Date Picker}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Sample Program====&lt;br /&gt;
A sample program to demonstrate date entry is:&lt;br /&gt;
 01000 ! Rep Date_Input&lt;br /&gt;
 01020 ! Demonstrate The New Date() Input Format&lt;br /&gt;
 01040 ! Skip Punctuation (Commas, Colons, Slashes, Semicolons, And Dashes)&lt;br /&gt;
 01060 ! Insert And Delete Within Subfields That Are Delineated By Punctuation&lt;br /&gt;
 01080 ! Continue To Support Cut And Paste Including Punctuation&lt;br /&gt;
 01100 ! &lt;br /&gt;
 01120    rinput fields &amp;quot;5,10,DATE(mm/dd/yy) ;6,10,c&amp;quot;: DATE_VAR&lt;br /&gt;
 01140    print fields &amp;quot;8,10,date(Month DD, CCYY)&amp;quot;: DATE_VAR&lt;br /&gt;
 01160 ! &lt;br /&gt;
 01180    rinput fields &amp;quot;12,10,date(month dd, ccyy)&amp;quot;: DATE_VAR&lt;br /&gt;
 01200    if NOT DATE_VAR then goto 1180&lt;br /&gt;
 01220    print fields &amp;quot;15,10,date(yy/mm/dd)&amp;quot;: DATE_VAR &lt;br /&gt;
 01240    print fields &amp;quot;18,10,N 6&amp;quot;: DATE_VAR  !Show days format&lt;br /&gt;
&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
[[Category:Internal Functions]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Laura</name></author>
	</entry>
</feed>