No _vti
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
<Solution name="Timestamp_Get_Weekday_from_timestam">
|
||||
<Project name="Timestamp_Get_Weekday_from_timestam" path="Timestamp_Get_Weekday_from_timestam\Timestamp_Get_Weekday_from_timestam.prj" active="true"/>
|
||||
</Solution>
|
||||
@@ -1,25 +0,0 @@
|
||||
// :CATEGORY:Timestamp
|
||||
// :NAME:Timestamp_Get_Weekday_from_timestam
|
||||
// :AUTHOR:Void Singer
|
||||
// :CREATED:2010-02-01 19:32:11.520
|
||||
// :EDITED:2013-09-18 15:39:07
|
||||
// :ID:895
|
||||
// :NUM:1271
|
||||
// :REV:1.0
|
||||
// :WORLD:Second Life
|
||||
// :DESCRIPTION:
|
||||
// Timestamp_Get_Weekday_from_timestam
|
||||
// :CODE:
|
||||
/*//-- Note:
|
||||
|
||||
Accurate from 1901 to 2099 (no limiting code)
|
||||
|
||||
//*/
|
||||
|
||||
|
||||
|
||||
string uUnix2WeekdayStr( integer vIntDat ){
|
||||
|
||||
return llList2String( ["Thursday", "Friday", "Saturday", "Sunday", "Monday", "Tuesday", "Wednesday"],
|
||||
|
||||
vIntDate % 604800 / 86400 - (vIntDate < 0) );
|
||||
@@ -1,7 +0,0 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|08 Sep 2013 03:49:08 -0000
|
||||
vti_extenderversion:SR|12.0.0.6211
|
||||
vti_backlinkinfo:VX|
|
||||
vti_author:SR|alien\\fred
|
||||
vti_modifiedby:SR|alien\\fred
|
||||
vti_timecreated:TR|18 Sep 2013 20:39:07 -0000
|
||||
@@ -1,6 +0,0 @@
|
||||
<Project name="Timestamp_Get_Weekday_from_timestam" guid="D8469487-6C00-1014-B904-200204C60A89">
|
||||
<Object name="Object" guid="D8469575-6C00-1014-B904-200204C60A89">
|
||||
<Script name="Timestamp_Get_Weekday_from_timestam_1.lsl" guid="D846AE1F-6C00-1014-B904-200204C60A89">
|
||||
</Script>
|
||||
</Object>
|
||||
</Project>
|
||||
@@ -1,6 +0,0 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|17 Aug 2013 23:32:37 -0000
|
||||
vti_extenderversion:SR|12.0.0.0
|
||||
vti_cacheddtm:TX|17 Aug 2013 23:32:37 -0000
|
||||
vti_filesize:IR|309
|
||||
vti_backlinkinfo:VX|
|
||||
@@ -1,6 +0,0 @@
|
||||
vti_encoding:SR|utf8-nl
|
||||
vti_timelastmodified:TR|17 Aug 2013 23:32:37 -0000
|
||||
vti_extenderversion:SR|12.0.0.0
|
||||
vti_cacheddtm:TX|17 Aug 2013 23:32:37 -0000
|
||||
vti_filesize:IR|220
|
||||
vti_backlinkinfo:VX|
|
||||
Reference in New Issue
Block a user