Skip to content

Script Steps

scriptsteps.com

Categories

  • Filemaker
  • Gamultable
  • HTML
  • JavaScript
  • Meetup
  • Pavers
  • PHP
  • Postscript
  • Table
  • Unix
  • Wordpress

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

MMXXII.com

Category: Filemaker

Weeks between dates

If you consider 4/1/2011 to 4/7/2011 as one week, and 4/1/2011 to 4/8/2011 as 1w1d, then:

Int ( ( date2 – date1 + 1 ) / 7 ) & “w” & Mod ( date2 – date1 + 1; 7 ) & “d”

Posted on April 1, 2011Author importedCategories FilemakerLeave a comment on Weeks between dates

Insert Time at End of Text

If [ Get ( ActiveFieldName ) = “Task” ]
    Set Selection [ End Position: Get ( ActiveSelectionSize ) ]
    Insert Calculated Result [ ” <- ” & Get ( CurrentTimeStamp ) ]
End If

Posted on March 3, 2011Author importedCategories FilemakerLeave a comment on Insert Time at End of Text
Proudly powered by WordPress