Login Page - Create Account

Support Board


Date/Time: Fri, 12 Sep 2025 22:19:59 +0000



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

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