Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JorisKB

    awk function strftime and mktime without gawk

    Oops, i forgot this line that was for debug : { print " epoc "epoc" wipmin "wipmin" second "second" wipheure "wipheure" minute "minute" wipjour "wipjour" hour "hour" year "year" wipjour_an "wipjour_an" yearday "yearday" day "day" month "month" weekday "weekday } Of course you don't want it in...
  2. JorisKB

    awk function strftime and mktime without gawk

    I found some things and then complete it to create a strftime function that works the same way as the gawk one : function weeknumber(flag) { local n; if (flag == "U") return int((yearday + 5 - (weekday-1)) / 7); if (flag == "W") return int((yearday + 5 - ((weekday>1) ...

Part and Inventory Search

Back
Top