Format date not from datepicker

I have a day stored in my server , like 7-11-2005 and I want to know which day it is , the name of the day, I know it is possible through clock component by the weekday name block but there’s a parameter instant so simply putting the text will convert into weekday name or instant just work for date picker? ?

I’m sorry it’s date stored in server not day

You can store time in unixtime and format it to real time and date with clock component.
OR
You can use any real time provider api which shows current time in unix and you can decode it easily.

I’ll try it thank you