nih-gov/www.ncbi.nlm.nih.gov/WebSub/html/help/collection-date.html

99 lines
3.8 KiB
HTML

<html>
<head>
<title>BankIt Submission Help: Collection Date</title>
<link rel="stylesheet" href="../../css/bankit.13.6.css" type="text/css">
<link rel="stylesheet" type="text/css" href="../../css/sp_3_74_ncbi_header.13.6.css">
<link rel="stylesheet" type="text/css" href="../../css/sp_1_82_layout.13.6.css">
</head>
<body class="help">
<header id="ncbi_header" class="ncbi-header" role="banner">
<div class="usa-grid">
<div class="usa-width-one-whole">
<div class="ncbi-header__logo">
<a href="https://www.ncbi.nlm.nih.gov/" class="logo" aria-label="NCBI Logo"
data-ga-action="click_image" data-ga-label="NIH NLM Logo">
<img src="https://www.ncbi.nlm.nih.gov/coreutils/nwds/img/logos/AgencyLogo.svg" alt="NIH NLM Logo">
</a>
</div>
</div>
</div>
</header>
<h1>Collection Date</h1>
<!-- The text below was copied and modified from
http://www.insdc.org/documents/feature_table.html#7.3 on 13-Nov-2015
-->
<p>This is the date on which the specimen was collected.</p>
<p>
Date/time ranges are supported by providing two collection
dates from among the supported value formats, delimited by a
forward-slash character. Collection times are supported by
adding "T", then the hour and minute, after the date.
Collection times must be in Coordinated Universal Time (UTC),
otherwise known as "Zulu Time" (Z).
</p>
<p>
Supported value formats:
<ul>
<li>"DD-Mmm-YYYY"</li>
<li>"Mmm-YYYY"</li>
<li>"YYYY"</li>
<li>"YYYY-MM-DDThh:mmZ"</li>
<li>"YYYY-MM-DDThhZ"</li>
<li>"YYYY-MM-DD"</li>
<li>"YYYY-MM"</li>
</ul>
</p>
<p>
'Mmm' represents a three-letter month abbreviation, and can be one of the following:<br/>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec<br/>
'YYYY' is a four-digit value representing the year.<br/>
'MM' is a two-digit value representing the month.<br/>
'DD' is a two-digit value representing the day of the month.<br/>
'hh' is a two-digit value representing the hour of the day (00 to 23)<br/>
'mm' is a two-digit value representing the minute of the hour (01 to 59)
</p>
<p>
Within a date range, value formats that make use of 'Mmm'
(month abbreviations) cannot be combined with value formats
that make use of 'MM' (two-digit month number)
</p>
<p>
Collection dates that are specified to at least the month,
day, and year (DD-Mmm-YYYY or YYYY-MM-DD) are strongly
encouraged. If the day and/or month of the collection date are
not known, Mmm-YYYY or YYYY-MM or YYYY may be used.
</p>
<p>
Within a collection date range, the first date (possibly
including time) must be prior to the second date (possibly
including time).
</p>
<p>
Within a collection date range for which the day,
month, and year are identical, the first time value
must be prior to the second time value.
</p>
<p>
Examples:
<ul>
<li>"21-Oct-1952" </li>
<li>"Oct-1952" </li>
<li>"1952" </li>
<li>"1952-10-21T11:43Z"</li>
<li>"1952-10-21T11Z"</li>
<li>"1952-10-21"</li>
<li>"1952-10"</li>
<li>"21-Oct-1952/15-Feb-1953"</li>
<li>"Oct-1952/Feb-1953"</li>
<li>"1952/1953"</li>
<li>"1952-10-21/1953-02-15"</li>
<li>"1952-10/1953-02"</li>
<li>"1952-10-21T11:43Z/1952-10-21T17:43Z"</li>
</ul>
</p>
</body>
</html>