datetime method

Ins datetime(
  1. String dt
)

Implementation

Ins datetime(String dt) {
  attr('datetime', StringAttribute(dt));
  return this;
}