Removed std.date from index. It doesn't exist anymore.

I left it in as versioned for D1 though, since it _does_ still exist
there.
This commit is contained in:
jmdavis 2012-11-13 02:11:10 -08:00
parent bd34cdbd1c
commit a6cb849cc8

View file

@ -143,8 +143,10 @@ $(V1
<dt><a href="std_conv.html"><b>std.conv</b></a>
<dd>Conversion of strings to integers.
$(V1
<dt><a href="std_date.html"><b>std.date</b></a>
<dd>Date and time functions. Support locales.
)
<dt><a href="std_datetime.html"><b>std.datetime</b></a>
<dd>Date and time-related types and functions.