How to read timestamp from arduino and send using redbear ble sheild to App.

Hello team,

I want to read timestamp from arduino and send using redbearble shield to an App.

Please help me sharing reference example.

unsigned long Timestamp = millis()
Serial.print(Timestamp);