Click or drag to resize
OrderInfoProviderGetOrderDateInternal Method
Returns html code that represents date of order. Used for generating of invoice.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
protected virtual string GetOrderDateInternal(
	OrderInfo order
)

Parameters

order
Type: CMS.EcommerceOrderInfo
Order data

Return Value

Type: String
See Also