How we can change date format in print template?

Suppose I am on sales order page and we need to print for sales order .

Hello,
You can set the date format in the system settings.

@ArundhatiS thanks for reply
We need this type(January 10, 2017) date format .
How we can do that?

try

{{ frappe.utils.global_date_format("01-10-2017") }}

It gives you format like - 10 January 2017

@vaibhavk

Are you referring to the arrangement of the day, month and year… Or do you want the entire month name ‘January’ to be displayed?