removed useless _ folders
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<Solution name="Weekday_from__Y_M_D__format">
|
||||
<Project name="Weekday_from__Y_M_D__format" path="Weekday_from__Y_M_D__format\Weekday_from__Y_M_D__format.prj" active="true"/>
|
||||
</Solution>
|
||||
@@ -0,0 +1,28 @@
|
||||
// :CATEGORY:Timestamp
|
||||
// :NAME:Weekday_from__Y_M_D__format
|
||||
// :AUTHOR:Void Singer
|
||||
// :CREATED:2010-02-01 19:33:05.643
|
||||
// :EDITED:2013-09-18 15:39:09
|
||||
// :ID:972
|
||||
// :NUM:1394
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// Weekday_from__Y_M_D__format
|
||||
// :CODE:
|
||||
/*//-- Note:
|
||||
|
||||
Accurate from 1901 to 2099 (no limiting code)
|
||||
|
||||
|
||||
|
||||
This version could be improved.
|
||||
|
||||
//*/
|
||||
|
||||
|
||||
|
||||
string uStamp2WeekdayStr( integer vIntYear, integer vIntMonth, integer vIntDay ){
|
||||
|
||||
return llList2String ( ["Friday", "Saturday", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday"],
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
<Project name="Weekday_from__Y_M_D__format" guid="D846EC8A-6C00-1014-B904-200204C60A89">
|
||||
<Object name="Object" guid="D846ED8A-6C00-1014-B904-200204C60A89">
|
||||
<Script name="Weekday_from__Y_M_D__format_1.lsl" guid="D8470B22-6C00-1014-B904-200204C60A89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user