Login Page - Create Account

Support Board


Date/Time: Fri, 25 Sep 2026 19:02:00 +0000



Post From: Days of the week to display on exported data

[2017-09-09 13:39:58]
Sawtooth - Posts: 4354
Import the serial datetime text file to Excel, and use this formula in another column:
=TEXT(A2, "dddd")
or
=TEXT(A2, "ddd")