I'm trying to print out the date and time on my chart as a label. I'm 80% but I'm having a problem with GetYear function.
When I use this code:
My Output says "2,020" instead of "2020". Is there a function to remove the comma? Or to specific that I don't the number to print with commas?
Thank you
When I use this code:
Code:
AddLabel (yes, GetYear (), Color.YELLOW);
My Output says "2,020" instead of "2020". Is there a function to remove the comma? Or to specific that I don't the number to print with commas?
Thank you